Use a Toggle Button Group to control a collection of Toggle Buttons so that only one Toggle Button can be toggled on at a time. More...
#include <kanzi/ui/node/concept/toggle_button_group.hpp>
Classes | |
| class | ToggleButtonGroupConceptMessageArguments |
| class | ToggledMessageArguments |
Public Attributes | |
| unsigned int | m_nextFreeId |
Static Public Attributes | |
| static MessageType< ToggledMessageArguments > | ToggledMessage |
Properties | |
| static PropertyType< int > | CurrentButtonIndexProperty |
| Reports the index of the Toggle Button that is toggled on. | |
Static Protected Member Functions | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Use a Toggle Button Group to control a collection of Toggle Buttons so that only one Toggle Button can be toggled on at a time.
|
staticprotected |
|
static |
Reports the index of the Toggle Button that is toggled on.
The default value is 0. You can use this property in a TwoWayBinding or ToSourceBinding to set which Toggle Button in a Toggle Button Group is currently toggled on. When the toggled state of a Toggle Button in a Toggle Button Group changes, Kanzi internally overrides any one-way binding that targets this property.
|
static |